home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
mac
/
SHARED.DIR
/
01955_Script_ShowHotBox
< prev
next >
Wrap
Text File
|
1995-09-13
|
521b
|
22 lines
global gDestination1, gHotSpotStatus
On ShowHotInfoBox WhichHotSpot, WhichHandler1
ArrowCursor
set gDestination1 = WhichHandler1
Puppetsprite 25, true
puppetsprite 26, true
set the castnum of sprite 25 = the number of cast WhichHotSpot
set the locH of sprite (25) to 329
set the locV of sprite (25) to 227
set the locH of sprite (26) to 367
set the locV of sprite (26) to 255
set gHotSpotStatus = 1
updatestage
end
On HotSpotDestination1
WatchCursor
do gDestination1
end